home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.42
/
PC Gamer CD-ROM 7.42 (July 2004).iso
/
Data
/
items.pcg
/
scripts
/
DefineButton2_301
/
BUTTONCONDACTION on(press).as
< prev
next >
Wrap
Text File
|
2004-04-23
|
99b
|
8 lines
on(press){
tellTarget("upControl")
{
gotoAndStop("start");
play();
}
}